home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / RTPC10 / INSTALL7.BAT < prev    next >
DOS Batch File  |  1993-11-20  |  195b  |  13 lines

  1. @echo off
  2. echo.
  3. echo Install for Turbo Pascal / Borland Pascal 7 ?
  4. echo.
  5. echo NOTE: the units for TP 6 will be lost !
  6. echo. 
  7. pause
  8. echo.
  9. rename *.tp7 *.tpu
  10. del *.tp6
  11. echo Done.
  12. echo.
  13.